RegExOptions.DotMatchAll

Normally the period matches everything except a new line, this option allows it to match new lines. The default is False.

Syntax

DotMatchAll( Boolean ) as


Parameters

Boolean